home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds.fmt / ident.man < prev    next >
Encoding:
Text File  |  1989-01-06  |  2.0 KB  |  133 lines

  1.  
  2.  
  3.  
  4. IDENT                     User Commands                     IDENT
  5.  
  6.  
  7.  
  8. NNAAMMEE
  9.      ident - identify files
  10.  
  11. SSYYNNOOPPSSIISS
  12.      iiddeenntt file ...
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.      _I_d_e_n_t searches the named files for all occurrences of the
  16.      pattern $_k_e_y_w_o_r_d:...$, where _k_e_y_w_o_r_d is one of
  17.  
  18.              Author
  19.              Date
  20.              Header
  21.              Locker
  22.              Log
  23.              Revision
  24.              Source
  25.              State
  26.  
  27.      These patterns are normally inserted automatically by the
  28.      RCS command _c_o (_1), but can also be inserted manually.
  29.  
  30.      _I_d_e_n_t works on text files as well as object files.  For
  31.      example, if the C program in file f.c contains
  32.  
  33.              char rcsid[] = "$Header:  Header information $";
  34.  
  35.      and f.c is compiled into f.o, then the command
  36.  
  37.              ident  f.c  f.o
  38.  
  39.      will print
  40.  
  41.              f.c:
  42.                      $Header:  Header information $
  43.              f.o:
  44.                      $Header:  Header information $
  45.  
  46.  
  47. IIDDEENNTTIIFFIICCAATTIIOONN
  48.      Author: Walter F. Tichy, Purdue University, West Lafayette,
  49.      IN, 47907.
  50.      Revision Number: 3.0 ; Release Date: 82/12/04 .
  51.      Copyright (C) 1982 by Walter F. Tichy.
  52.  
  53. SSEEEE AALLSSOO
  54.      ci (1), co (1), rcs (1), rcsdiff(1), rcsintro (1), rcsmerge
  55.      (1), rlog (1), rcsfile (5).
  56.      Walter F. Tichy, "Design, Implementation, and Evaluation of
  57.      a Revision Control System," in _P_r_o_c_e_e_d_i_n_g_s _o_f _t_h_e _6_t_h _I_n_t_e_r_-
  58.      _n_a_t_i_o_n_a_l _C_o_n_f_e_r_e_n_c_e _o_n _S_o_f_t_w_a_r_e _E_n_g_i_n_e_e_r_i_n_g, IEEE, Tokyo,
  59.      Sept. 1982.
  60.  
  61.  
  62.  
  63. Purdue University            6/29/83                            1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. IDENT                     User Commands                     IDENT
  71.  
  72.  
  73.  
  74. BBUUGGSS
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126. Purdue University            6/29/83                            2
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.